Search
Selection.add Method (DateTime, DateTime, Resource[])
See Also
 






Adds to the selection the specified date range associated with the specified resources.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void add (
    DateTime start,
    DateTime end,
    Resource[] resources
)

 Parameters

start

The start of the time range to be added to the selection.

end

The end of the time range to be added to the selection.

resources

The resources associated with the specified interval.

 See Also